home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #4
/
Amiga Plus CD - 2000 - No. 4.iso
/
Tools
/
Up2Date
/
InstallerNG
/
GUI-API
/
example
/
installergui_base.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-08-08
|
196 b
|
15 lines
#ifndef INSTALLERNG_GUILIB_BASE
#define INSTALLERNG_GUILIB_BASE
#include <exec/libraries.h>
struct InstallerGuiBase
{
struct Library igb_Library;
};
#pragma libbase InstallerGuiBase
#endif